home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga News 96
/
Amiga News 96.iso
/
amig_ad_os
/
avm
/
prog
/
source
/
stdplayvoice.avmsrc
< prev
Wrap
Text File
|
1977-12-31
|
755b
|
40 lines
startrecord=true
label=stdPlayXX
nodetype=8
line1=procedure
line2=parse arg ret
line3=
line4=
line5=
line6=
line7=
line8=
line9=
line10=
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=7
filename=avm:rexx/status.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=8
line1=select
line2= when ret=rs.faxdetected then signal stdfax
line3= when ret=rs.datadetected then signal stddata
line4= when ret=rs.busydetected then signal stdbusy
line5= when ret=rs.signaldetected then signal stdabort
line6= when ret=rs.overflow then signal stderror
line7= when ret=rs.error then signal stderror
line8= otherwise nop
line9=end
line10=
nextactiontype=2
nextactionaction=return
endrecord=true